// MoleBox 2.xIAT v0.1b
// This script will quickly put you at the OEP And Patch IAT of an MoleBox 2.x EXE.
// Just run it!

var addr
  
  sto        
  mov addr,esp  //Esp

  gpa "VirtualProtect","kernel32.dll"  //API
  bp $RESULT
  run

  bc $RESULT
  rtu

  find eip,#8901#  //
  bp $RESULT
  run
  bc $RESULT
  repl eip, #8901#, #9090#, 10  //滻Ϊ9090
  
  bphws addr,"r"    
  run

  sto
  bphwc addr
  cmt eip,"OEP To Get,Please dumped it,Enjoy!"



